toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.print
/
[jvm]PageRange
Page
Range
public
interface
PageRange
A page range to be printed.
Since
7.13
Members
Functions
from
Link copied to clipboard
public
int
from
(
)
Returns the number of the first page within the range.
of
Link copied to clipboard
public
static
PageRange
of
(
int from
,
int to
)
Creates a new page range instance.
to
Link copied to clipboard
public
int
to
(
)
Returns the number of the last page within the range.